home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / e / misc.txt / 000239_fdc@panix.com_Thu Dec 17 14:57:30 2009.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: reader1.panix.com!panix!not-for-mail
  2. From: Frank da Cruz <fdc@panix.com>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: Error: The system cannot find the path specified.
  5. Date: Thu, 17 Dec 2009 19:56:21 +0000 (UTC)
  6. Organization: PANIX Public Access Internet and UNIX, NYC
  7. Lines: 26
  8. Message-ID: <slrnhil375.bam.fdc@panix1.panix.com>
  9. References: <4d3ba427-3158-45e6-9d97-87be4ead9d12@z41g2000yqz.googlegroups.com>
  10. Reply-To: fdc@columbia.edu
  11. NNTP-Posting-Host: panix1.panix.com
  12. X-Trace: reader1.panix.com 1261079781 6372 166.84.1.1 (17 Dec 2009 19:56:21 GMT)
  13. X-Complaints-To: abuse@panix.com
  14. NNTP-Posting-Date: Thu, 17 Dec 2009 19:56:21 +0000 (UTC)
  15. User-Agent: slrn/0.9.8.0 (NetBSD)
  16. Xref: panix comp.protocols.kermit.misc:15838
  17.  
  18. On 2009-12-17, Paulo <petrybr@gmail.com> wrote:
  19. : From a Solaris server, im connecting to a Windows ftp server to put
  20. : some files.
  21. :
  22. : When i use the /as-name option in mput command, i got this error:
  23. :
  24. : failed 550 {filename}: The system cannot find the path specified.
  25. :
  26. : If i dont use /as-name, the file is successfuly uploaded.
  27. :
  28. : I'm using /recursive option too.
  29. :
  30. : Any idea why this error occurs?
  31. :
  32. First please try the same thing using C-Kermit 9.0 as the client:
  33.  
  34.   http://kermit.columbia.edu/ck90.html
  35.  
  36. I say this because a bug regarding computed pathnames in recursive
  37. FTP operations was fixed in this version.
  38.  
  39. If there is no difference, I'll need to see some logs.  Tell C-Kermit to
  40. "set ftp debug on" and then give the commands to connect to the server and
  41. upload, then send me the results (copy and paste) at kermit@columbia.edu.
  42.  
  43. - Frank